home *** CD-ROM | disk | FTP | other *** search
/ Nejlepší České Hry / Nej české hry.iso / hry / zlaty kalich / zlatykalich / ZlatyKalich.exe / scripts / DefineSprite_2009 / frame_112 / DoAction.as
Text File  |  2001-12-02  |  224b  |  12 lines

  1. if(_root.knihastate == 0)
  2. {
  3.    _root.zidtalk.gotoAndPlay("nesahat");
  4. }
  5. else if(_root.knihastate == 1)
  6. {
  7.    _root.itembar_add(13);
  8.    _root.itemkniha._visible = false;
  9.    _root.knihastate = 2;
  10.    call("/:hide");
  11. }
  12.